home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / all_v100.zip / _SETUP.1 / 1-4-All.exe / 0 / RCDATA / TFORM16 / TFORM16.txt < prev   
Text File  |  1996-10-22  |  2KB  |  117 lines

  1. object Form16: TForm16
  2.   Left = 173
  3.   Top = 131
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Textarea'
  7.   ClientHeight = 126
  8.   ClientWidth = 259
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 32
  18.     Top = 8
  19.     Width = 217
  20.     Height = 81
  21.   end
  22.   object Label1: TLabel
  23.     Left = 42
  24.     Top = 24
  25.     Width = 31
  26.     Height = 13
  27.     Caption = 'Name:'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 42
  31.     Top = 56
  32.     Width = 30
  33.     Height = 13
  34.     Caption = 'Rows:'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 138
  38.     Top = 56
  39.     Width = 43
  40.     Height = 13
  41.     Caption = 'Columns:'
  42.   end
  43.   object Image1: TImage
  44.     Left = 8
  45.     Top = 8
  46.     Width = 16
  47.     Height = 18
  48.     AutoSize = True
  49.     Picture.Data = {<image000.bmp>}
  50.   end
  51.   object Edit1: TEdit
  52.     Left = 80
  53.     Top = 16
  54.     Width = 153
  55.     Height = 21
  56.     TabOrder = 0
  57.   end
  58.   object Edit2: TEdit
  59.     Left = 80
  60.     Top = 48
  61.     Width = 33
  62.     Height = 21
  63.     TabOrder = 1
  64.     Text = '0'
  65.   end
  66.   object Edit3: TEdit
  67.     Left = 184
  68.     Top = 48
  69.     Width = 33
  70.     Height = 21
  71.     TabOrder = 2
  72.     Text = '0'
  73.   end
  74.   object UpDown1: TUpDown
  75.     Left = 113
  76.     Top = 48
  77.     Width = 15
  78.     Height = 21
  79.     Associate = Edit2
  80.     Min = 0
  81.     Position = 0
  82.     TabOrder = 3
  83.     Wrap = False
  84.   end
  85.   object UpDown2: TUpDown
  86.     Left = 217
  87.     Top = 48
  88.     Width = 15
  89.     Height = 21
  90.     Associate = Edit3
  91.     Min = 0
  92.     Position = 0
  93.     TabOrder = 4
  94.     Wrap = False
  95.   end
  96.   object Button1: TButton
  97.     Left = 120
  98.     Top = 96
  99.     Width = 57
  100.     Height = 25
  101.     Caption = 'Ok'
  102.     Default = True
  103.     TabOrder = 5
  104.     OnClick = Button1Click
  105.   end
  106.   object Button2: TButton
  107.     Left = 184
  108.     Top = 96
  109.     Width = 65
  110.     Height = 25
  111.     Cancel = True
  112.     Caption = 'Cancel'
  113.     TabOrder = 6
  114.     OnClick = Button2Click
  115.   end
  116. end
  117.